ToBinary(string_in_Base64 or binary_value) 


Returns the binary representation of Base64 encoded data.
See
CFFILE for information about loading and reading binary data, CFWDDX for information about serializing and deserializing binary data, and IsBinary and ToBase64 for checking for binary data and converting it into printable form. See also Len for determining the length of a binary object.

string_in_Base64 or binary_value

String in Base 64 that is to be converted to binary or binary value that is to be tested to ensure that it is an acceptable binary value.